Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / DrawPolygon Method / DrawPolygon(PointF[],Pen) Method
An array of points specifying the polygon.
The pen to use.

In This Topic
    DrawPolygon(PointF[],Pen) Method
    In This Topic
    Draws a polygon specified by an array of points, using a specified pen.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawPolygon( _
       ByVal points() As System.Drawing.PointF, _
       ByVal pen As Pen _
    ) 
    public void DrawPolygon( 
       System.Drawing.PointF[] points,
       Pen pen
    )

    Parameters

    points
    An array of points specifying the polygon.
    pen
    The pen to use.
    See Also